-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dynamic_obstacle_avoidance): improve avoidance for moving NPCs #1170
base: main
Are you sure you want to change the base?
fix(dynamic_obstacle_avoidance): improve avoidance for moving NPCs #1170
Conversation
…rban scenarios #1170 Signed-off-by: beyza <[email protected]>
10c95fa
to
1b7f738
Compare
1b7f738
to
ed273a0
Compare
ed273a0
to
f060c23
Compare
…urban scenarios Signed-off-by: beyza <[email protected]> #1170
0f7a87d
to
7e2063d
Compare
…urban scenarios Signed-off-by: beyza <[email protected]> #1170
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this PR, dynamic avoidance related scenarios have passed: AWF_Test_Report
…urban scenarios Signed-off-by: beyza <[email protected]>
…o handle dense urban scenarios Signed-off-by: beyza <[email protected]>
7e2063d
to
c7713ab
Compare
@takayuki5168 san, could you check this PR when you are available or can you assign someone to review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel these parameters are acceptable only the velocity is sufficient slow.
I suggest to apply this change to your fork branch.
As another option I request to relax the value so that there is no problem even at 40 km/h.
Thank you for comment @yuki-takagi-66 -san. Is this comment valid for all 3 modified values or do you have doubts about any of them specifically? |
In this scenario, NPC's velocity is 40 km/h but still passing 2024-10-02.16-09-00.mp4 |
Description
Fixes :
Related links
Parent Issue :
Tests performed
when dynamic_obstacle_avoidance is enable
NTR-002-0001-case1.-.Passed.all.cases.mp4
NTR-002-0001-case2.-.Passed.all.cases.mp4
Interface changes
ROS Parameter Changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.